.block_generic_2 .image_container {
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
}

.block_generic_2 .image_container .image {
	width: 100%;
	padding: 40%;
	background-size: cover;
	background-position: center center;
	transition: 1.5s;
}

.block_generic_2:hover .image_container .image {
	transform: scale(1.15);
}

.block_generic_2 .block_content h2 {
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0 15px 0;
	color: #000 !important;
}

.block_generic_2 .block_content small {
	color: #606060 !important;
	font-size: 13px;
	line-height: 2;
}